-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voting app: clarify polls #808
Conversation
<Form onSubmit={this.handleSubmit}> | ||
<Field label="Question"> | ||
<TextInput | ||
ref={question => (this.questionInput = question)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if we focused this input on navigating back to the tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩👏🏼
)} | ||
{screenIndex === 1 && ( | ||
<div> | ||
<p css="margin: 30px 0 20px">Coming soon!</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we decided on keeping this @dizzypaty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sohkai Mmm... we can keep it if we plan to eventually make it available from here (#582 (comment)). Otherwise I'm fine with removing it! I know this tab still feels a bit weird and empty but I'll definitely rethink this on the next iteration of the voting app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah let's remove the Coming Soon part
Fixes #582 and #732